home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Delphi Magazine Collection 2001
/
Delphi Magazine Collection 20001 (2001).iso
/
DISKS
/
Issue49
/
Clinic
/
TimeZoneU.dfm
/
TimeZoneU.txt
Wrap
Text File
|
1999-05-23
|
1KB
|
62 lines
object TimeZoneInfoForm: TTimeZoneInfoForm
Left = 193
Top = 130
Width = 529
Height = 137
Caption = 'Time Zone Info Form'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object lblCurrent: TLabel
Left = 8
Top = 8
Width = 85
Height = 13
Caption = 'Currently using %s'
end
object lblBias: TLabel
Left = 8
Top = 24
Width = 349
Height = 13
Caption =
'%d minute bias between Co-ordinated Universal Time (UTC) and loc' +
'al time'
end
object lblStdBias: TLabel
Left = 8
Top = 40
Width = 199
Height = 13
Caption = '%d minute total bias between UTC and %s'
end
object lblDayBias: TLabel
Left = 8
Top = 56
Width = 199
Height = 13
Caption = '%d minute total bias between UTC and %s'
end
object lblDayToStd: TLabel
Left = 8
Top = 72
Width = 103
Height = 13
Caption = '%s changes to %s on '
end
object lblStdToDay: TLabel
Left = 8
Top = 88
Width = 103
Height = 13
Caption = '%s changes to %s on '
end
end